﻿* {
  margin: 0px;
  padding: 0px;
  font-family: Hiragino Sans GB, Arial, Helvetica, "Microsoft YaHei", sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
img {
  border: 0;
}
input,
select {
  outline: none;
}
.min-width {
  width: 1000px;
  margin: 0 auto;
}
body {
  min-width: 1000px;
}
.bg-img {
  background: url(../img/bg.png) no-repeat;
}
#header {
  height: 134px;
  overflow: hidden;
  width: 100%;
  background: url(../img/header_bg.png) no-repeat;
}
#header .min-width {
  height: auto;
  overflow: hidden;
}
#header .logo {
  float: left;
  margin-top: 20px;
 width: 20%;
}
#header .logo a {
  font-size: 0;
}
#header .logo img {
  height: 94px;
}
#header .text {
  width: 79%;
  float: left;
  /*margin: 41px 0 0 100px;*/
  margin: 21px 0 0 0px;
  margin-left: 1%;
  font-size: 0;
}
#header .text img {
  /*height: 52px;*/
  width: 100%;
}
#header .phone {
  float: right;
  font-size: 0;
  margin-top: 32px;
}
#header .phone img {
  height: 70px;
}
#nav {
  height: 52px;
  overflow: hidden;
  background: #c51b17;
}
#nav .min-width,
#nav ul {
  height: auto;
  overflow: hidden;
}
#nav li {
  float: left;
  height: auto;
  overflow: hidden;
}
#nav li a {
  display: block;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  padding: 0 30px;
  font-size: 18px;
  color: #fff;
}
#nav li:hover {
  background: #a80c08;
}
#banner {
  height: auto;
  overflow: hidden;
}
#banner img {
  width: 100%;
}
#container {
  height: auto;
  overflow: hidden;
}
.btn-raido {
  height: auto;
  overflow: hidden;
  width: 100px;
  margin-right: .4rem;
  float: left;
  font-size: 24px;
  color: #666;
  margin: 0 20px;
  cursor: pointer;
}
.btn-raido i {
  display: block;
  width: 30px;
  height: 32px;
  background: url(../img/bg.png) no-repeat;
  background-position: 0 -39px;
  margin-right: 10px;
  float: left;
  margin-top: 2px;
}
.btn-raido.active i {
  background-position: 0 0;
}
.index-section {
  height: auto;
  font-size: 0;
  margin-top: 88px;
}
.index-section .min-width {
  padding-bottom: 50px;
}
.index-section .top {
  height: 88px;
  background: url(../img/index_05.png) no-repeat;
  width: 1000px;
}
.index-section .top-title {
  position: relative;
  top: -44px;
  height: 88px;
  margin: 0 auto;
  width: 532px;
  text-align: center;
  background: url(../img/bg.png) no-repeat;
  background-position: 0 -646px;
}
.index-section .top-title img {
  height: 44px;
  margin-top: 26px;
}
.index-section .bottom {
  height: 44px;
  width: 1000px;
  background: url(../img/index_06.png) no-repeat;
}
.index-section .section {
  height: auto;
  overflow: hidden;
  border: 3px solid #d2d2d2;
  border-top: 0;
  border-bottom: 0;
  margin-top: -40px;
}
.place-order {
  background: url(../img/index_08.jpeg) no-repeat center bottom;
}
.place-order .step-wrap {
  height: auto;
  overflow: hidden;
  text-align: center;
}
.place-order .step-wrap h2 {
  font-size: 24px;
  color: #c31517;
}
.place-order .step-wrap p.intro {
  font-size: 14px;
  color: #000;
  line-height: 24px;
}
.place-order .step-wrap .step {
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}
.place-order .step-wrap .step a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100px;
  height: 36px;
  line-height: 36px;
  background: #c31517;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
}
.place-order .step-wrap .step span {
  font-size: 14px;
  color: #c31517;
  font-size: 18px;
  margin: 0 10px;
}
.place-order ul {
  height: auto;
  width: 726px;
  margin: 20px auto;
}
.place-order ul li {
  height: 64px;
  line-height: 64px;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  margin-top: 20px;
  position: relative;
}
.place-order ul li > label {
  display: block;
  width: 49px;
  height: 24px;
  overflow: hidden;
  float: left;
  background: url(../img/icon_name.png) no-repeat;
  background-position: -234px 0;
  margin: 20px 20px;
}
.place-order ul li .input-box {
  height: 36px;
  line-height: 36px;
  border-left: 1px solid #a6a6a6;
  margin-left: 89px;
  margin-top: 14px;
  padding: 0 10px;
}
.place-order ul li .input-box input[type='text'] {
  height: 36px;
  border: 0;
  width: 100%;
  font-size: 16px;
  color: #333;
  background: none;
}
.place-order ul li .input-box div.time {
  height: 36px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 0 30px;
}
.place-order ul li .input-box div.time:first-child {
  margin-right: 30px;
}
.place-order ul li .input-box div.time select {
  font-size: 18px;
  border: 1px solid #a6a6a6;
  height: 34px;
  background: none;
  border-radius: 4px;
  margin-right: 10px;
  padding: 0 0 0 40px;
  width: 100px;
  float: left;
}
.place-order ul li .input-box div.time span {
  font-size: 24px;
}
.place-order ul li:first-child + li label {
  background-position: 0 0;
}
.place-order ul li:first-child + li + li label {
  background-position: -78px 0;
}
.place-order ul li:first-child + li + li + li label {
  background-position: -156px 0;
}
.place-order ul .agreement {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin-top: 20px;
  border: 0;
  background: none;
}
.place-order ul .agreement i {
  display: block;
  width: 37px;
  height: 31px;
  background: url(../img/icon_dui.png) no-repeat;
  float: left;
  margin-top: 4px;
}
.place-order ul .agreement span {
  font-size: 14px;
  color: #999;
  margin-left: 16px;
}
.place-order ul .agreement a {
  color: #B5141B;
  text-decoration: underline;
  margin-left: 10px;
}
.place-order ul .submit {
  border: 0;
  background: none;
  margin-top: 20px;
  height: 90px;
  text-align: center;
}
.place-order ul .submit input {
  height: 90px;
  width: 726px;
  background: url(../img/submit_bg.png) no-repeat;
  border: 0;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}
.place-order ul .text {
  overflow: hidden;
  border: 0;
  background: none;
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.place-order ul .text span {
  font-size: 18px;
  color: #000;
}
.place-order ul .text span font {
  color: #f00;
}
.place-order .bottom {
  margin-top: -15px;
}
.place-order .surname-wrap {
  width: 684px;
  position: absolute;
  left: -1px;
  top: 60px;
  background: #fff;
  z-index: 99;
  border: 1px solid #a6a6a6;
  padding: 0 20px;
  border-radius: 0 0 6px 6px;
  display: none;
}
.place-order .surname-wrap .top-box {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-top: 10px;
}
.place-order .surname-wrap .top-box .col-name {
  float: left;
  font-size: 16px;
  color: #999;
}
.place-order .surname-wrap .top-box .right-btn {
  height: auto;
  overflow: hidden;
  float: right;
}
.place-order .surname-wrap .top-box .right-btn span {
  display: block;
  width: 40px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin-top: 3px;
  background: #c31517;
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
}
.place-order .surname-wrap .top-box .right-btn span:active {
  background: #aa0c0e;
}
.place-order .surname-wrap .common-name {
  height: auto;
  line-height: 30px;
  overflow: hidden;
  margin-top: 4px;
}
.place-order .surname-wrap .common-name label {
  font-size: 16px;
  color: #333;
  float: left;
}
.place-order .surname-wrap .common-name ul {
  height: auto;
  overflow: hidden;
  margin: 0 0 0 60px;
  width: auto;
}
.place-order .surname-wrap .common-name ul li {
  width: auto;
  height: auto;
  line-height: 30px;
  overflow: hidden;
  margin: 0;
  border: 0;
  font-size: 16px;
  color: #333;
  float: left;
  padding: 0 6px;
}
.place-order .surname-wrap .common-name ul li:hover {
  color: #d21414;
  text-decoration: underline;
  cursor: pointer;
}
.place-order .surname-wrap ul.surname-item {
  height: auto;
  overflow: hidden;
  margin: 10px 0 15px -6px;
  width: auto;
}
.place-order .surname-wrap ul.surname-item li {
  width: auto;
  height: auto;
  line-height: 24px;
  overflow: hidden;
  margin: 0;
  border: 0;
  font-size: 16px;
  color: #333;
  float: left;
  padding: 0 6px;
}
.place-order .surname-wrap ul.surname-item li:hover {
  color: #d21414;
  text-decoration: underline;
  cursor: pointer;
}
.place-order .surname-wrap .page-btn {
  width: 200px;
  height: auto;
  overflow: hidden;
  margin: 10px auto;
  display: none;
}
.place-order .surname-wrap .page-btn > div {
  display: block;
  width: 78px;
  height: 33px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: url(../img/bg.png) no-repeat;
  background-position: -337px 0;
}
.place-order .surname-wrap .page-btn > div:hover {
  cursor: pointer;
  background-position: -215px 0;
}
.place-order .surname-wrap .page-btn .prev {
  float: left;
}
.place-order .surname-wrap .page-btn .next {
  float: right;
}
.why-select {
  background: url(../img/index_09.jpeg) no-repeat center bottom;
}
.why-select .top,
.why-select .bottom {
  background: none;
}
.why-select .section {
  border: 0;
  margin-top: 30px;
}
.why-select .left {
  width: 478px;
  font-size: 0;
  float: left;
}
.why-select .left img {
  width: 478px;
}
.why-select .right {
  height: auto;
  overflow: hidden;
  width: 500px;
  float: right;
  margin-top: 30px;
}
.why-select .right dl {
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}
.why-select .right dl dt {
  width: 87px;
  height: 87px;
  margin-right: 20px;
  float: left;
}
.why-select .right dl dt img {
  width: 100%;
  height: 100%;
}
.why-select .right dl dd {
  margin-left: 107px;
  overflow: hidden;
}
.why-select .right dl dd.title {
  font-size: 18px;
  color: #7e0204;
  line-height: 20px;
}
.why-select .right dl dd.intro {
  font-size: 16px;
  color: #837453;
  line-height: 20px;
  margin-top: 8px;
}
.advantage {
  background: url(../img/index_23.png) no-repeat center top;
}
.advantage .section {
  border: 0;
  margin-top: 30px;
}
.advantage .top-wrap {
  height: auto;
  overflow: hidden;
  text-align: center;
  margin-top: 30px;
}
.advantage .top-wrap p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.advantage ul {
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}
.advantage ul li {
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}
.advantage ul li .left,
.advantage ul li .right {
  width: 435px;
  height: 78px;
  border-radius: 8px;
  display: table;
}
.advantage ul li .left .box,
.advantage ul li .right .box {
  display: table-cell;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  padding: 0 20px;
}
.advantage ul li .left span,
.advantage ul li .right span {
  font-size: 18px;
}
.advantage ul li .center {
  float: left;
  width: 78px;
  height: 78px;
  background: url(../img/bg.png) no-repeat;
  margin-left: 25px;
}
.advantage ul li .left {
  border: 1px solid #d92d29;
  float: left;
}
.advantage ul li .left span {
  color: #ba0202;
}
.advantage ul li .right {
  border: 1px solid #b4b4b4;
  float: right;
}
.advantage ul li .right span {
  color: #333;
}
.advantage ul li .center-0 {
  background-position: 0 -402px;
}
.advantage ul li .center-1 {
  background-position: 0 -558px;
}
.advantage ul li .center-2 {
  background-position: 0 -480px;
}
.advantage ul li .center-3 {
  background-position: 0 -168px;
}
.advantage ul li .center-4 {
  background-position: 0 -246px;
}
.advantage ul li .center-5 {
  background-position: 0 -324px;
}
.advantage .bottom-wrap {
  height: auto;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  margin-top: 10px;
}
.evaluate {
  background: url(../img/index_25.jpeg) no-repeat center bottom;
}
.evaluate .swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.evaluate .swiper-slide {
  height: auto;
  overflow: hidden;
  text-align: left;
}
.evaluate .swiper-slide ul {
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}
.evaluate .swiper-slide ul li {
  width: 410px;
  height: 108px;
  overflow: hidden;
  border: 1px solid #f0f2f2;
  background: #f0f2f2;
  float: left;
  margin-left: 30px;
  margin-top: 20px;
  padding: 15px 20px;
}
.evaluate .swiper-slide ul li .top-text {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.evaluate .swiper-slide ul li .top-text span {
  font-size: 18px;
  color: #a70000;
  float: left;
}
.evaluate .swiper-slide ul li .top-text label {
  font-size: 16px;
  color: #999;
  float: right;
}
.evaluate .swiper-slide ul li .text {
  height: 72px;
  line-height: 24px;
  overflow: hidden;
  font-size: 18px;
  color: #000;
  margin-top: 4px;
}
.evaluate .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.evaluate .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
.evaluate .swiper-pagination-bullet-active {
  background: #ae0b05;
}
.evaluate .problem {
  padding-top: 20px;
}
.evaluate .problem dl {
  height: auto;
  overflow: hidden;
  margin: 0 30px;
  background: url(../img/index_28.png) no-repeat center top;
  padding-top: 80px;
}
.evaluate .problem dl dt {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: url(../img/index_26.png) no-repeat;
  padding-left: 60px;
  font-size: 18px;
  color: #a70000;
  font-weight: bold;
}
.evaluate .problem dl dd {
  margin-top: 10px;
  padding-left: 60px;
  height: auto;
  overflow: hidden;
  background: url(../img/index_27.png) no-repeat;
}
.evaluate .problem dl dd p {
  font-size: 14px;
  color: #333;
  line-height: 22px;
  margin-bottom: 10px;
}
.evaluate .problem dl:first-child {
  background: none;
  padding-top: 0;
}
.evaluate .min-width:first-child + .min-width {
  margin-top: 40px;
}
#footer {
  height: auto;
  overflow: hidden;
  background: #ae0b05;
}
#footer .min-width {
  text-align: center;
  padding: 30px 0;
}
#footer .min-width p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.container {
  background: url(../img/index_23.png) no-repeat center top;
}
.basic-info {
  margin-bottom: 20px;
}
.basic-info .top .top-title img {
  height: 33px;
  margin-top: 30px;
}
.basic-info table {
  width: 998px;
  text-align: center;
  border-collapse: collapse;
  margin: 0 -2px;
}
.basic-info table label {
  font-size: 20px;
  color: #666;
}
.basic-info table span {
  font-size: 20px;
  color: #333;
}
.basic-info table tr {
  height: 60px;
}
.basic-info table td {
  border: 1px solid #d9d9d9;
  border-bottom: 0;
}
.basic-info .bottom {
  margin-top: -42px;
}
.basic-info .bottom-wrap {
  height: 76px;
  width: 1000px;
  margin: -20px auto;
  background: url(../img/index_29.jpeg) no-repeat;
  clear: both;
}
.case-wrap {
  background: #f0f2f2;
  padding-top: 88px;
  margin-top: 0;
  cursor: pointer;
}
.case-wrap .top .top-title {
  font-size: 24px;
  color: #fff;
  line-height: 98px;
}
.case-wrap .top .top-title font {
  color: #ff0002;
}
.case-wrap .section {
  background: url(../img/pay_02.jpeg) repeat-x;
  background-size: auto 100%;
  border-bottom: 3px solid #d2d2d2;
}
.case-wrap .content-wrap {
  height: auto;
  overflow: hidden;
  margin: 0 30px;
}
.case-wrap .content-wrap ul {
  width: 800px;
  float: left;
}
.case-wrap .content-wrap ul li {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
}
.case-wrap .content-wrap ul li label {
  float: left;
  font-size: 14px;
  color: #333;
}
.case-wrap .content-wrap ul li .progress-wrap {
  height: 12px;
  overflow: hidden;
  background: #ecece7;
  width: 420px;
  float: left;
  margin-top: 10px;
}
.case-wrap .content-wrap ul li .progress-wrap > div {
  height: 12px;
  background: #c3c3c3;
}
.case-wrap .content-wrap ul li .fraction {
  font-size: 14px;
  color: #ff0000;
  float: left;
  margin-left: 10px;
  width: 50px;
}
.case-wrap .content-wrap ul li .text {
  font-size: 14px;
  color: #333;
}
.case-wrap .content-wrap ul .first .progress-wrap > div {
  background: #d10002;
}
.case-wrap .content-wrap .right {
  width: 83px;
  height: 52px;
  background: url(../img/pay_04.png) no-repeat;
  float: right;
  margin-top: 20px;
  padding: 45px 25px;
  text-align: center;
}
.case-wrap .content-wrap .right span {
  font-size: 30px;
  color: #000;
  line-height: 32px;
}
.case-wrap .unlock-wrap {
  height: auto;
  overflow: hidden;
  text-align: center;
  margin: 20px 0;
}
.case-wrap .unlock-wrap .text {
  height: auto;
  overflow: hidden;
  background: url(../img/dd_h4.png) no-repeat center bottom;
  font-size: 20px;
  color: #ff7800;
  text-align: center;
  padding-bottom: 24px;
}
.case-wrap .unlock-wrap .img-box {
  width: 955px;
  height: 212px;
  overflow: hidden;
  position: relative;
  background: url(../img/pay_01.png) no-repeat;
  margin: 20px auto 0;
}
.case-wrap .unlock-wrap .img-box a {
  display: block;
  width: 290px;
  height: 70px;
  background: #cb0d02;
  color: #fff;
  border-radius: 6px;
  line-height: 70px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -145px;
}
.case-wrap .unlock-wrap .img-box a i {
  display: block;
  width: 38px;
  height: 47px;
  background: url(../img/icon_suo.png) no-repeat;
  margin: 10px 0 0 40px;
  float: left;
}
.case-wrap .unlock-wrap .img-box a span {
  float: left;
  font-size: 24px;
  color: #fff;
  margin-left: 20px;
}
.pay-wrap {
  background: #f0f2f2;
  margin-top: 0;
}
.pay-wrap .min-width {
  border: 1px solid #be976c;
}
.pay-wrap .pay-title {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #cd0000;
}
.pay-wrap .pay-info {
  height: auto;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.pay-wrap .pay-info p {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #333;
}
.pay-wrap .pay-info .pay-price {
  overflow: hidden;
  margin-top: 10px;
}
.pay-wrap .pay-info .pay-price .old-price {
  text-decoration: line-through;
}
.pay-wrap .pay-info .pay-price .new-price {
  margin-left: 20px;
}
.pay-wrap .pay-info .pay-price .new-price strong {
  font-size: 26px;
  color: #cd0000;
  font-weight: 100;
}
.pay-wrap .pay-info .spay-order span {
  color: #cd0000;
}
.pay-wrap .pay-info .spay-user i {
  font-style: normal;
  color: #999;
  margin: 0 10px;
}
.pay-wrap .pay-btn {
  width: 700px;
  height: auto;
  overflow: hidden;
  margin: 20px auto 0;
}

.pay-wrap .pay-btn li {
  height: 50px;
  line-height: 50px;
  width: 210px;
  overflow: hidden;
  background: url(../img/spayBtn.png) no-repeat;
  background-position: center top;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
}
.pay-wrap .pay-btn .othpayicon{
  float: left;
  margin-left: 10px;
  background-image: url(../img/passpay_logo.png);
}
.pay-wrap .pay-btn li i {
  width: 0;
  height: 0;
  position: absolute;
  right: 2px;
  bottom: 2px;
  border: 5px solid #16d17a;
  border-left-color: transparent;
  border-top-color: transparent;
  display: none;
}
.pay-wrap .pay-btn li.active {
  border: 1px solid #16d17a;
}
.pay-wrap .pay-btn li.active i {
  display: block;
}
.pay-wrap .pay-btn li:first-child {
  float: left;
}
.pay-wrap .pay-btn li:first-child + li {
  float: left;
  margin-left: 10px;
  background-position: center bottom;
}
.pay-wrap .pay-qrcode {
  width: 460px;
  height: auto;
  overflow: hidden;
  margin: 40px auto;
}
.pay-wrap .pay-qrcode .left {
  height: auto;
  overflow: hidden;
  float: left;
}
.pay-wrap .pay-qrcode .left .qrcode {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border: 2px solid #ccc;
}
.pay-wrap .pay-qrcode .left dl {
  height: auto;
  overflow: hidden;
  margin-top: 30px;
}
.pay-wrap .pay-qrcode .left dl dt {
  width: 42px;
  height: 42px;
  overflow: hidden;
  float: left;
  background: url(../img/zf1.png);
}
.pay-wrap .pay-qrcode .left dl dd {
  margin-left: 50px;
  font-size: 16px;
  color: #136ab1;
  line-height: 28px;
}
.pay-wrap .pay-qrcode .left dl dd.first {
  margin-top: -6px;
}
.pay-wrap .pay-qrcode .right {
  float: right;
}
.pay-wrap .bottom-btn {
  height: auto;
  overflow: hidden;
  width: 600px;
  margin: 0 auto;
}
.pay-wrap .bottom-btn .pay-result {
  width: 250px;
  height: 50px;
  line-height: 50px;
  background: #4AA21B;
  text-align: center;
  float: left;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.pay-wrap .bottom-btn .pay-result:first-child + .pay-result {
  float: right;
  background: #b1b1b1;
}
.comment-wrap {
  background: #f0f2f2;
  padding-top: 88px;
  margin-top: 0;
  cursor: pointer;
}
.comment-wrap .section {
  border-bottom: 3px solid #d2d2d2;
  padding: 30px;
}
.comment-wrap .item-wrap {
  height: 450px;
  overflow: hidden;
}
.comment-wrap .item-wrap ul {
  height: auto;
  overflow: hidden;
}
.comment-wrap .item-wrap ul li {
  height: auto;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 0;
}
.comment-wrap .item-wrap ul li .order-info {
  color: #8f0700;
}
.comment-wrap .item-wrap ul li .text {
  color: #333;
  margin-top: 6px;
  line-height: 24px;
}
.right-float {
  width: 120px;
  height: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -50px;
}
.right-float ul {
  height: auto;
  overflow: hidden;
}
.right-float ul li {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  background: #292a32;
  color: #fff;
  font-size: 16px;
  margin-top: 1px;
  cursor: pointer;
}
.right-float ul li a {
  color: #fff;
  display: block;
}
.right-float ul li:hover {
  background: #1d1f2a;
}
.right-float ul li.qq a {
  background: url(../img/qq.png) no-repeat;
  background-position: 14px center;
  text-indent: 14px;
}
.jump-form {
  cursor: pointer;
}
/*日历*/
.gearDate {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9900;
  overflow: hidden;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.date_ctrl {
  vertical-align: middle;
  background-color: #F0F0F0;
  border: 1px solid #a5a5a5;
  border-radius: 5px;
  color: #363837;
  margin: 0;
  height: auto;
  width: 90%;
  max-width: 600px;
  position: absolute;
  left: 50%;
  top: 30%;
  z-index: 9902;
  overflow: hidden;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.slideInUp {
  animation: slideInUp 0.3s ease-in;
  -webkit-animation: slideInUp 0.3s ease-in;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
.date_roll {
  display: -webkit-box;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-weight: bold;
  background-color: transparent;
  -webkit-mask: -webkit-linear-gradient(top, #debb47 50%, rgba(36, 142, 36, 0));
}
.date_roll > div {
  font-size: 2.3em;
  height: 6em;
  float: left;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 2;
  font-weight: 100;
}
.date_roll_mask {
  padding: 0 2em;
  -webkit-mask: -webkit-linear-gradient(bottom, #debb47 50%, rgba(36, 142, 36, 0));
}
.date_grid {
  position: relative;
  top: 2em;
  width: 100%;
  height: 2em;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
  background-color: #E8E8E8;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
.date_grid > div {
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
  font-size: .8em;
  line-height: 2.5em;
}
.date_info_box {
  color: #000;
  font-size: 1.8em;
  padding: .6em 1em;
  text-align: center;
  border-bottom: 1px solid #d4d4d4;
  font-weight: 700;
}
.date_class_box {
  text-align: center;
  padding: 1em 2em;
}
.date_class {
  display: inline-block;
  font-size: 1.4em;
  width: 40%;
  padding: .4em 0;
  text-align: center;
  color: #000;
  border: 1px solid #000;
  cursor: pointer;
}
.date_class_box .date_class:first-child {
  border-top-left-radius: .2em;
  border-bottom-left-radius: 0.2em;
}
.date_class_box .date_class:last-child {
  border-top-right-radius: .2em;
  border-bottom-right-radius: 0.2em;
}
.date_class_box .active {
  background-color: red;
  color: #ffffff;
}
.date_btn_box {
  overflow: hidden;
  position: relative;
  border-top: 1px solid #d4d4d4;
}
.date_btn {
  color: red;
  font-size: 1.6em;
  line-height: 1em;
  text-align: center;
  padding: .8em 1em;
  cursor: pointer;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.date_btn:first-child {
  border-right: 1px solid #d4d4d4;
}
.gear {
  float: left;
  position: absolute;
  z-index: 9902;
  width: 5.5em;
  margin-top: -6em;
  cursor: pointer;
}
.date_roll > div .gear {
  width: 100%;
}
.tooth {
  height: 2em;
  line-height: 2em;
  text-align: center;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}





.payMask{ width: 100%; height: 100%; position: fixed; left: 0; top: 0; right: 0; bottom: 0; }
.payMask{filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#4C000000', endColorstr='#4C000000');background:rgba(0,0,0,0.3);}
:root .payMask{filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00000000', endColorstr='#00000000');}/*for IE9*/
.payOk{ width: 350px; height:150px; border-radius: 15px; background: #fff; overflow: hidden; position: fixed;left:40%;  top: 50%; margin:0 auto; text-align: center;}
.payOk .closeBtn{ width: 0.29167rem; height: 0.29167rem; background: url(../bg/close.png) center center no-repeat; background-size: 100% 100%; position: absolute; right: 0.4167rem; top: 0.4444rem; text-indent:-9999em; cursor: pointer;}
.payOk .tips{ font-size: 14px; line-height: 1.1; padding-top: 30px;margin-bottom:20px}
.payOKBtn{ display: block; margin: 0.5rem auto 0; width:14.3889rem; height: 3.02778rem; line-height: 3.02778rem; text-align: center; font-size: 14px; color: #fff; background: #c78e44; border:1px solid #ad6b14; border-radius:0.51389rem; }
.otherPay{ width: 100%; height: 0.9444rem; line-height: 0.9444rem; font-size: 0.3333rem; background: #ededed; color: #999999; position: absolute; right: 0; bottom: 0; left: 0; }
.otherPay span{ color: #db8732; text-decoration: underline; }
.payMask, .payOk{ display: none; }



/*  */

/* 2017-07-25起名案例 */
.qm_a_01{
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-family: "microsoft yahei";
}
.qm_a_01 a{
  text-decoration: none;
}
.qm_a_01 ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.qm_a_01 .qm_a_02{
  background: url(/images/zqf2017/qm_01_001.gif) no-repeat center top;
  padding-top: 170px;   
  line-height: 40px;
}
.qm_a_01 .qm_a_02 .qm_a_03{
  padding: 0 20px;
  position: relative;
  text-align: left;
  width: 600px;
  margin: 0 auto;
  font-size: 20px;
  color: #000000;
}
.qm_a_01 .qm_a_02 em{
  position: absolute;
  width: 13px;
  height: 13px;
  left: -5px;
  top: 14px;
  border-left:1px solid #898989;  
  border-bottom:1px solid #898989;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg);  /* IE 9 */
  -moz-transform:rotate(45deg);   /* Firefox */
  -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
  -o-transform:rotate(45deg); 
}
.qm_a_01 .qm_a_02 span{
  font-weight: bold;
  color: #a90f05;
}
.qm_a_01 .qm_a_02 i{
  position: absolute;
  width: 13px;
  height: 13px;
  border-right:1px solid #898989;
  border-top:1px solid #898989;
  right: -15px;
  top: 14px;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg);  /* IE 9 */
  -moz-transform:rotate(45deg);   /* Firefox */
  -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
  -o-transform:rotate(45deg); 
}
.qm_a_01 .qm_a_02 img{
  position: absolute;
}
.qm_a_01 .qm_a_04{
  background: url(../../../images/zqf2017/qm_01_003.gif) no-repeat center top;
}
.qm_a_01 .qm_a_04 h2{
  font-size: 20px;
  color: #a90f05;
  line-height: 55px;
  padding-left: 30px;
  background: url(../../../images/zqf2017/qm_01_004.gif) no-repeat 185px center;
}
.qm_a_01 .qm_a_04 span{
  float:right;
  line-height: 55px;
  padding-right: 26px;
  margin-right: 30px;
  display: block;background: url(../../../images/zqf2017/qm_01_icon.gif) no-repeat right center;
}
.qm_a_01 .qm_a_04 span a{
  color: #000;
}
.qm_a_01 .qm_a_05{
  overflow: hidden;
  margin-top: 10px;
}
.qm_a_01 .qm_a_05 ul{
  float: left;
  width: 640px;
}
.qm_a_01 .qm_a_05 ul li{
  width: 316px;
  height: 172px;
  float: left;
  position: relative;
  background: #a90f05;
  margin: 8px 8px 0 0;
}
.qm_a_01 .qm_a_05 ul li div{
  width: 100%;
  position: absolute;
  float: none;
  background: rgba(0,0,0,0.3);
  height: 100%;
}
.qm_a_01 .qm_a_05 ul li:nth-child(2){
  margin-right: 0;
  margin-top: 0;
}
.qm_a_01 .qm_a_05 ul li:first-child{
  margin-top: 0;
}
.qm_a_01 .qm_a_05 ul li:last-child{
  margin-right: 0;
}
.qm_a_01 .qm_a_05 ul li img{
  height: 100%;
  float: left;
}
.qm_a_01 .qm_a_05 ul li h2{
  float: left;
  font-size: 20px;
  color: #FFF;
  margin:20px 0 10px 10px;
}
.qm_a_01 .qm_a_05 ul li span{
  display:block;
  color: #FFF;
  font-size: 18px;
  float: left;
  margin: 0 0 0 10px;
}
.qm_a_01 .qm_a_05 ul li em{
  display: block;
  float: left;
  font-style: normal;
  margin:50px 0 0 10px;
  color: #FFF;
}
.qm_a_01 .qm_a_05 div{
  width: 350px;
  float: right;
  background: #e3e3e3;
  height: 352px;
}
.qm_a_01 .qm_a_05 div h3{
  font-size: 20px;
  color: #a90f05;
  text-indent: 20px;
  margin:20px 0;margin-bottom:8px;
}
.qm_a_01 .qm_a_05 div span{
  font-size: 20px;
  color: #000;
  border:1px solid #000;
  margin-left: 120px;
  padding: 5px 20px;
}
.qm_a_01 .qm_a_05 div p{
  padding: 0 20px 0 20px;
  margin: 10px 0 0 0;
  font-size: 16px;
  line-height: 29px;
} 
.qm_a_01 .qm_a_05 div p:nth-child(3){
  background: url(../../../images/zqf2017/qm_01_007.gif) no-repeat 10px 0px;
}
.qm_a_01 .qm_a_05 div p:nth-child(4){
  background: url(../../../images/zqf2017/qm_01_007.gif) no-repeat 10px 0px;
} 
.qm_a_01 .qm_a_05 div a{
  display: block;
  width: 150px;
  line-height: 35px;
  margin: 15px auto 0 auto;
  background: #a90f05;
  text-align: center;
  border-radius: 17.5px;
  -moz-border-radius: 17.5px;
  color: #FFF;
  font-size: 20px;
}
.qm_a_01 .qm_a_06{
  overflow: hidden;
  margin: 15px 0 40px 0;
}
.qm_a_01 .qm_a_06 ul li{
  float: left;
  position: relative;
  margin-right: 10px;
  width: 156px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #ebebeb;
}
.qm_a_01 .qm_a_06 ul li:last-child{
  margin-right: 0;
}
.qm_a_01 .qm_a_06 ul li span{
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: rgba(0,0,0,0.5);
  text-align: center;
  color: #FFF;
  line-height: 30px;
}
.qm_a_01 .qm_a_04:nth-child(5) h2{
  background: url(../../../images/zqf2017/qm_01_005.gif) no-repeat 185px center;
}
.qm_a_01 .qm_a_04:nth-child(8) h2{
  background: url(../../../images/zqf2017/qm_01_006.gif) no-repeat 185px center;
}
.qm_a_01 .qm_a_05 div p i{
  font-weight: bold;
  color: #FFFFFF;
  font-style: normal;
  margin-right: 20px;
}
.qm_a_01 .qm_a_05 ul li div a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background: none;
  border-radius: 0;
  -moz-border-radius: 0;
}


/*---*/
/*焦点图*/
.slideBox{position:relative;zoom:1; overflow:hidden;height:668px;width:100%; z-index:2; min-width:1002px;clear:both; z-index:0;}  
.slideBox .bd{ z-index:0;width:100%; height:668px; text-align:center}
.slideBox .bd li{margin:0 auto; width:100%; min-width:1002px; display:inline-block}
.slideBox .bd li a{width:100%; height:668px; display:inline-block}
.slideBox .prev a{display:block;width:39px; height:113px;background:url(/images/zqf1224/fx.png) no-repeat left top; position:absolute;left:160px ;top:227px; z-index:99999}
.slideBox .next a{display:block;width:39px; height:113px;background:url(/images/zqf1224/fx.png) no-repeat right top; position:absolute;right:160px ;top:227px; z-index:99999}
